@charset "utf-8";
/* formatting style (Lesson3 左右に段落を分ける）
-----------------------------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

/* 行送り値には単位をつけない（行送りの乱れを防ぐ）
-----------------------------------------------*/
body {
	font-size: 75%;
	line-height: 1.6;
	color: #212121;
	background-color: #636363;
	background-image: url(../images/bg/snow01_k.gif);
	background-repeat: repeat;
	text-align: center;
}
/* 水平線を非表示にする
   hrは区切りをつけるのが目的
-----------------------------------------------*/
hr {
	display: none;
}

/* link styles
------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}

/* basic layout 全体の段落
-----------------------------------------------*/
#container {
	background-color: #FFFFFF;
	width: 859px;
	margin: 15px auto 10px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
/* ヘッダー領域の設定（あらかじめ素材を用意　860×200)
-----------------------------------------------*/
#header {
	background-image: url(../images/banner/header4.png);
	background-repeat: no-repeat;
	height: 235px;
	position: relative;
}
#header #logo {
	padding-top: 20px;
	padding-left: 20px;
}

/* グローバルナビゲーションの設定
-----------------------------------------------*/
#header ul {
	background-color: #FFFFFF;
	width: 859px;
	position: absolute;
	left: 0px;
	top: 200px;
}
/*箇条書きの文字列を横並びにする*/
#header ul li {
	float: left;
	list-style: none;
}
#header ul li a {
	line-height: 2.5em;
	height: 2.5em;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFDF;
	text-align: center;
	/*121×7 + (2×7-2)= 859 */
	width: 121px;
	display: block;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
/*ホームメニューのみ左端線はなしに*/
#header ul li#nHome a {
	border-left-style: none;
}
/*アクティブなメニューにマーキング*/
#part1 #header #menu1 a,
#part2 #header #menu2 a,
#part3 #header #menu3 a,
#part4 #header #menu4 a,
#part5 #header #menu5 a,
#part6 #header #menu6 a

 {
	background-image: url(../images/button/01RD.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
}




/* 左側の段落。回り込み左
-----------------------------------------------*/
#left {
	padding: 15px;
	width: 400px;
	margin-bottom: 20px;
	float: left;
}


#left h2,
#main h2
 {
	margin-bottom: 10px;
	font-size: 14pt;
	font-weight: bold;
	background-image: url(../images/illust/flower.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 2px 0px 4px 45px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*左側で使う定義リストのルール*/
#left dt {
	background-image: url(../images/onsen_button1.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 23px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10pt;
	color: #333333;
}
#left dd {
	margin-left: 18px;
}
/*　右側の段落。float は回り込みのプロパティ
-----------------------------------------------*/
#right {
	padding: 15px;
	float: right;
	width: 360px;
	margin-bottom: 20px;
}

#right img {
	margin-bottom: 10px;
}
/*左右分割しない場合*/
#main{
	text-align : left;
	margin-bottom : 20px;
	margin-right: 20px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif, "メイリオ", "ＭＳ Ｐゴシック";
}
#main p {
	line-height: 1.8em;
	margin-bottom: 10px;
}
#main img {
	margin: 0px 10px 10px 0px;
}


/*　フッター領域のルール
-----------------------------------------------*/
#footer {
	/*回り込みの解除*/
	clear: both;
	color: #FFFFFF;
	background-color: #212121;
	padding: 10px;
	
}


#footer ul li a {
	color: #CCCCCC;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a {
	color: #CCCCCC;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	list-style: none;
	margin-right: 15px;
}
#footer p {
	margin: 0px;
	float: right;
}
.clear {
	clear: both;
}
